1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmadduser
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmadduser))
26         Me.PictureBox1 = New System.Windows.Forms.PictureBox
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label1 = New System.Windows.Forms.Label
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.txtlocal = New System.Windows.Forms.TextBox
32         Me.Label12 = New System.Windows.Forms.Label
33         Me.cmbaccnttype = New System.Windows.Forms.ComboBox
34         Me.Label11 = New System.Windows.Forms.Label
35         Me.txtconfirm = New System.Windows.Forms.TextBox
36         Me.Label10 = New System.Windows.Forms.Label
37         Me.txtpassword = New System.Windows.Forms.TextBox
38         Me.Label9 = New System.Windows.Forms.Label
39         Me.txtusername = New System.Windows.Forms.TextBox
40         Me.Label8 = New System.Windows.Forms.Label
41         Me.txtcontact = New System.Windows.Forms.TextBox
42         Me.txtaddress = New System.Windows.Forms.TextBox
43         Me.txtmname = New System.Windows.Forms.TextBox
44         Me.txtfname = New System.Windows.Forms.TextBox
45         Me.txtlname = New System.Windows.Forms.TextBox
46         Me.Label7 = New System.Windows.Forms.Label
47         Me.Label6 = New System.Windows.Forms.Label
48         Me.Label5 = New System.Windows.Forms.Label
49         Me.Label4 = New System.Windows.Forms.Label
50         Me.Label3 = New System.Windows.Forms.Label
51         Me.cmdupdate = New System.Windows.Forms.Button
52         Me.cmdcancel = New System.Windows.Forms.Button
53         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
54         Me.Panel1.SuspendLayout()
55         Me.GroupBox1.SuspendLayout()
56         Me.SuspendLayout()
57         
'
58         
'PictureBox1
59         
'
60         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
61         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
62         Me.PictureBox1.Margin = New System.Windows.Forms.Padding(
0)
63         Me.PictureBox1.Name =
"PictureBox1"
64         Me.PictureBox1.Size = New System.Drawing.Size(
45, 38)
65         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
66         Me.PictureBox1.TabIndex =
0
67         Me.PictureBox1.TabStop = False
68         
'
69         
'Panel1
70         
'
71         Me.Panel1.Controls.Add(Me.Label2)
72         Me.Panel1.Controls.Add(Me.Label1)
73         Me.Panel1.Controls.Add(Me.PictureBox1)
74         Me.Panel1.Location = New System.Drawing.Point(
6, 2)
75         Me.Panel1.Name =
"Panel1"
76         Me.Panel1.Size = New System.Drawing.Size(
510, 43)
77         Me.Panel1.TabIndex =
101
78         
'
79         
'Label2
80         
'
81         Me.Label2.AutoSize = True
82         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.Label2.Location = New System.Drawing.Point(
52, 26)
84         Me.Label2.Name =
"Label2"
85         Me.Label2.Size = New System.Drawing.Size(
126, 13)
86         Me.Label2.TabIndex =
200
87         Me.Label2.Text =
"Add, Edit Account Profile"
88         
'
89         
'Label1
90         
'
91         Me.Label1.AutoSize = True
92         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
93         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
94         Me.Label1.Location = New System.Drawing.Point(
51, 3)
95         Me.Label1.Name =
"Label1"
96         Me.Label1.Size = New System.Drawing.Size(
204, 23)
97         Me.Label1.TabIndex =
100
98         Me.Label1.Text =
"User Account Profile"
99         
'
100         
'GroupBox1
101         
'
102         Me.GroupBox1.Controls.Add(Me.txtlocal)
103         Me.GroupBox1.Controls.Add(Me.Label12)
104         Me.GroupBox1.Controls.Add(Me.cmbaccnttype)
105         Me.GroupBox1.Controls.Add(Me.Label11)
106         Me.GroupBox1.Controls.Add(Me.txtconfirm)
107         Me.GroupBox1.Controls.Add(Me.Label10)
108         Me.GroupBox1.Controls.Add(Me.txtpassword)
109         Me.GroupBox1.Controls.Add(Me.Label9)
110         Me.GroupBox1.Controls.Add(Me.txtusername)
111         Me.GroupBox1.Controls.Add(Me.Label8)
112         Me.GroupBox1.Controls.Add(Me.txtcontact)
113         Me.GroupBox1.Controls.Add(Me.txtaddress)
114         Me.GroupBox1.Controls.Add(Me.txtmname)
115         Me.GroupBox1.Controls.Add(Me.txtfname)
116         Me.GroupBox1.Controls.Add(Me.txtlname)
117         Me.GroupBox1.Controls.Add(Me.Label7)
118         Me.GroupBox1.Controls.Add(Me.Label6)
119         Me.GroupBox1.Controls.Add(Me.Label5)
120         Me.GroupBox1.Controls.Add(Me.Label4)
121         Me.GroupBox1.Controls.Add(Me.Label3)
122         Me.GroupBox1.Location = New System.Drawing.Point(
6, 51)
123         Me.GroupBox1.Name =
"GroupBox1"
124         Me.GroupBox1.Size = New System.Drawing.Size(
569, 167)
125         Me.GroupBox1.TabIndex =
2
126         Me.GroupBox1.TabStop = False
127         
'
128         
'txtlocal
129         
'
130         Me.txtlocal.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.txtlocal.Location = New System.Drawing.Point(
319, 131)
132         Me.txtlocal.MaxLength =
11
133         Me.txtlocal.Name =
"txtlocal"
134         Me.txtlocal.Size = New System.Drawing.Size(
78, 22)
135         Me.txtlocal.TabIndex =
6
136         
'
137         
'Label12
138         
'
139         Me.Label12.AutoSize = True
140         Me.Label12.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
141         Me.Label12.Location = New System.Drawing.Point(
216, 135)
142         Me.Label12.Name =
"Label12"
143         Me.Label12.Size = New System.Drawing.Size(
97, 14)
144         Me.Label12.TabIndex =
20
145         Me.Label12.Text =
"Local Number :"
146         
'
147         
'cmbaccnttype
148         
'
149         Me.cmbaccnttype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
150         Me.cmbaccnttype.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
151         Me.cmbaccnttype.FormattingEnabled = True
152         Me.cmbaccnttype.Items.AddRange(New Object() {
"Administrator", "Cashier", "Stock Room", "Sales Agent"})
153         Me.cmbaccnttype.Location = New System.Drawing.Point(
432, 86)
154         Me.cmbaccnttype.Name =
"cmbaccnttype"
155         Me.cmbaccnttype.Size = New System.Drawing.Size(
122, 21)
156         Me.cmbaccnttype.TabIndex =
10
157         
'
158         
'Label11
159         
'
160         Me.Label11.AutoSize = True
161         Me.Label11.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
162         Me.Label11.Location = New System.Drawing.Point(
327, 92)
163         Me.Label11.Name =
"Label11"
164         Me.Label11.Size = New System.Drawing.Size(
99, 14)
165         Me.Label11.TabIndex =
19
166         Me.Label11.Text =
"Account Type :"
167         
'
168         
'txtconfirm
169         
'
170         Me.txtconfirm.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         Me.txtconfirm.Location = New System.Drawing.Point(
396, 60)
172         Me.txtconfirm.MaxLength =
50
173         Me.txtconfirm.Name =
"txtconfirm"
174         Me.txtconfirm.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
175         Me.txtconfirm.Size = New System.Drawing.Size(
158, 22)
176         Me.txtconfirm.TabIndex =
9
177         
'
178         
'Label10
179         
'
180         Me.Label10.AutoSize = True
181         Me.Label10.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.Label10.Location = New System.Drawing.Point(
327, 66)
183         Me.Label10.Name =
"Label10"
184         Me.Label10.Size = New System.Drawing.Size(
63, 14)
185         Me.Label10.TabIndex =
17
186         Me.Label10.Text =
"Confirm :"
187         
'
188         
'txtpassword
189         
'
190         Me.txtpassword.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.txtpassword.Location = New System.Drawing.Point(
396, 36)
192         Me.txtpassword.MaxLength =
50
193         Me.txtpassword.Name =
"txtpassword"
194         Me.txtpassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
195         Me.txtpassword.Size = New System.Drawing.Size(
158, 22)
196         Me.txtpassword.TabIndex =
8
197         
'
198         
'Label9
199         
'
200         Me.Label9.AutoSize = True
201         Me.Label9.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.Label9.Location = New System.Drawing.Point(
316, 42)
203         Me.Label9.Name =
"Label9"
204         Me.Label9.Size = New System.Drawing.Size(
74, 14)
205         Me.Label9.TabIndex =
15
206         Me.Label9.Text =
"Password :"
207         
'
208         
'txtusername
209         
'
210         Me.txtusername.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.txtusername.Location = New System.Drawing.Point(
396, 14)
212         Me.txtusername.MaxLength =
50
213         Me.txtusername.Name =
"txtusername"
214         Me.txtusername.Size = New System.Drawing.Size(
158, 22)
215         Me.txtusername.TabIndex =
7
216         
'
217         
'Label8
218         
'
219         Me.Label8.AutoSize = True
220         Me.Label8.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.Label8.Location = New System.Drawing.Point(
312, 16)
222         Me.Label8.Name =
"Label8"
223         Me.Label8.Size = New System.Drawing.Size(
78, 14)
224         Me.Label8.TabIndex =
13
225         Me.Label8.Text =
"User Name :"
226         
'
227         
'txtcontact
228         
'
229         Me.txtcontact.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.txtcontact.Location = New System.Drawing.Point(
115, 131)
231         Me.txtcontact.MaxLength =
11
232         Me.txtcontact.Name =
"txtcontact"
233         Me.txtcontact.Size = New System.Drawing.Size(
94, 22)
234         Me.txtcontact.TabIndex =
5
235         Me.txtcontact.Text =
"12345678901"
236         
'
237         
'txtaddress
238         
'
239         Me.txtaddress.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.txtaddress.Location = New System.Drawing.Point(
100, 83)
241         Me.txtaddress.MaxLength =
500
242         Me.txtaddress.Multiline = True
243         Me.txtaddress.Name =
"txtaddress"
244         Me.txtaddress.Size = New System.Drawing.Size(
207, 46)
245         Me.txtaddress.TabIndex =
4
246         
'
247         
'txtmname
248         
'
249         Me.txtmname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
250         Me.txtmname.Location = New System.Drawing.Point(
100, 60)
251         Me.txtmname.MaxLength =
50
252         Me.txtmname.Name =
"txtmname"
253         Me.txtmname.Size = New System.Drawing.Size(
158, 22)
254         Me.txtmname.TabIndex =
3
255         
'
256         
'txtfname
257         
'
258         Me.txtfname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.txtfname.Location = New System.Drawing.Point(
100, 36)
260         Me.txtfname.MaxLength =
50
261         Me.txtfname.Name =
"txtfname"
262         Me.txtfname.Size = New System.Drawing.Size(
158, 22)
263         Me.txtfname.TabIndex =
2
264         
'
265         
'txtlname
266         
'
267         Me.txtlname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
268         Me.txtlname.Location = New System.Drawing.Point(
100, 14)
269         Me.txtlname.MaxLength =
50
270         Me.txtlname.Name =
"txtlname"
271         Me.txtlname.Size = New System.Drawing.Size(
158, 22)
272         Me.txtlname.TabIndex =
1
273         
'
274         
'Label7
275         
'
276         Me.Label7.AutoSize = True
277         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         Me.Label7.Location = New System.Drawing.Point(
4, 137)
279         Me.Label7.Name =
"Label7"
280         Me.Label7.Size = New System.Drawing.Size(
105, 14)
281         Me.Label7.TabIndex =
7
282         Me.Label7.Text =
"Phone Number :"
283         
'
284         
'Label6
285         
'
286         Me.Label6.AutoSize = True
287         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
288         Me.Label6.Location = New System.Drawing.Point(
6, 92)
289         Me.Label6.Name =
"Label6"
290         Me.Label6.Size = New System.Drawing.Size(
64, 14)
291         Me.Label6.TabIndex =
6
292         Me.Label6.Text =
"Address :"
293         
'
294         
'Label5
295         
'
296         Me.Label5.AutoSize = True
297         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
298         Me.Label5.Location = New System.Drawing.Point(
6, 66)
299         Me.Label5.Name =
"Label5"
300         Me.Label5.Size = New System.Drawing.Size(
92, 14)
301         Me.Label5.TabIndex =
5
302         Me.Label5.Text =
"Middle Name :"
303         
'
304         
'Label4
305         
'
306         Me.Label4.AutoSize = True
307         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.Label4.Location = New System.Drawing.Point(
6, 42)
309         Me.Label4.Name =
"Label4"
310         Me.Label4.Size = New System.Drawing.Size(
78, 14)
311         Me.Label4.TabIndex =
4
312         Me.Label4.Text =
"First Name :"
313         
'
314         
'Label3
315         
'
316         Me.Label3.AutoSize = True
317         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
318         Me.Label3.Location = New System.Drawing.Point(
6, 16)
319         Me.Label3.Name =
"Label3"
320         Me.Label3.Size = New System.Drawing.Size(
78, 14)
321         Me.Label3.TabIndex =
2
322         Me.Label3.Text =
"Last Name :"
323         
'
324         
'cmdupdate
325         
'
326         Me.cmdupdate.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
327         Me.cmdupdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
328         Me.cmdupdate.Location = New System.Drawing.Point(
9, 224)
329         Me.cmdupdate.Name =
"cmdupdate"
330         Me.cmdupdate.Size = New System.Drawing.Size(
69, 26)
331         Me.cmdupdate.TabIndex =
11
332         Me.cmdupdate.Text =
"&Update"
333         Me.cmdupdate.UseVisualStyleBackColor = True
334         
'
335         
'cmdcancel
336         
'
337         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
338         Me.cmdcancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
339         Me.cmdcancel.Location = New System.Drawing.Point(
84, 224)
340         Me.cmdcancel.Name =
"cmdcancel"
341         Me.cmdcancel.Size = New System.Drawing.Size(
69, 26)
342         Me.cmdcancel.TabIndex =
12
343         Me.cmdcancel.Text =
"&Cancel"
344         Me.cmdcancel.UseVisualStyleBackColor = True
345         
'
346         
'frmadduser
347         
'
348         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
349         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
350         Me.BackColor = System.Drawing.Color.WhiteSmoke
351         Me.ClientSize = New System.Drawing.Size(
581, 259)
352         Me.Controls.Add(Me.cmdcancel)
353         Me.Controls.Add(Me.cmdupdate)
354         Me.Controls.Add(Me.GroupBox1)
355         Me.Controls.Add(Me.Panel1)
356         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
357         Me.MaximizeBox = False
358         Me.MinimizeBox = False
359         Me.Name =
"frmadduser"
360         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
361         Me.Text =
"Add User Account"
362         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
363         Me.Panel1.ResumeLayout(False)
364         Me.Panel1.PerformLayout()
365         Me.GroupBox1.ResumeLayout(False)
366         Me.GroupBox1.PerformLayout()
367         Me.ResumeLayout(False)
368
369     End Sub
370     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
371     Friend WithEvents Label2 As System.Windows.Forms.Label
372     Friend WithEvents Label1 As System.Windows.Forms.Label
373     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
374     Friend WithEvents Label3 As System.Windows.Forms.Label
375     Friend WithEvents txtmname As System.Windows.Forms.TextBox
376     Friend WithEvents txtfname As System.Windows.Forms.TextBox
377     Friend WithEvents txtlname As System.Windows.Forms.TextBox
378     Friend WithEvents Label7 As System.Windows.Forms.Label
379     Friend WithEvents Label6 As System.Windows.Forms.Label
380     Friend WithEvents Label5 As System.Windows.Forms.Label
381     Friend WithEvents Label4 As System.Windows.Forms.Label
382     Friend WithEvents Panel1 As System.Windows.Forms.Panel
383     Friend WithEvents txtcontact As System.Windows.Forms.TextBox
384     Friend WithEvents txtaddress As System.Windows.Forms.TextBox
385     Friend WithEvents Label8 As System.Windows.Forms.Label
386     Friend WithEvents txtconfirm As System.Windows.Forms.TextBox
387     Friend WithEvents Label10 As System.Windows.Forms.Label
388     Friend WithEvents txtpassword As System.Windows.Forms.TextBox
389     Friend WithEvents Label9 As System.Windows.Forms.Label
390     Friend WithEvents txtusername As System.Windows.Forms.TextBox
391     Friend WithEvents cmbaccnttype As System.Windows.Forms.ComboBox
392     Friend WithEvents Label11 As System.Windows.Forms.Label
393     Friend WithEvents cmdupdate As System.Windows.Forms.Button
394     Friend WithEvents cmdcancel As System.Windows.Forms.Button
395     Friend WithEvents txtlocal As System.Windows.Forms.TextBox
396     Friend WithEvents Label12 As System.Windows.Forms.Label
397
398 End Class


Gõ tìm kiếm nhanh...